Goto

Collaborating Authors

 gaussian process conditional density estimation


Gaussian Process Conditional Density Estimation

Neural Information Processing Systems

Conditional Density Estimation (CDE) models deal with estimating conditional distributions. The conditions imposed on the distribution are the inputs of the model. CDE is a challenging task as there is a fundamental trade-off between model complexity, representational capacity and overfitting. In this work, we propose to extend the model's input with latent variables and use Gaussian processes (GP) to map this augmented input onto samples from the conditional distribution. Our Bayesian approach allows for the modeling of small datasets, but we also provide the machinery for it to be applied to big data using stochastic variational inference. Our approach can be used to model densities even in sparse data regions, and allows for sharing learned structure between conditions. We illustrate the effectiveness and wide-reaching applicability of our model on a variety of real-world problems, such as spatio-temporal density estimation of taxi drop-offs, non-Gaussian noise modeling, and few-shot learning on omniglot images.


Reviews: Gaussian Process Conditional Density Estimation

Neural Information Processing Systems

This paper designs a model for conditional density estimation. It resembles a VAE architecture, where both x and y are given as inputs to the encoder to produce a latent variable w. W and x are then fed to the decoder to produce p(y x). However, unlike in VAE, x and y are not single data points, but rather sets and the decoder part uses GPs to output p(y x). I found the clarity of the paper very low and I wish authors explained the model in Section 3.1. Figure 1 made me especially confused as I initially thought that the model receives a single datapoint (x,y) just like a VAE.

  gaussian process conditional density estimation, review

Gaussian Process Conditional Density Estimation

Dutordoir, Vincent, Salimbeni, Hugh, Hensman, James, Deisenroth, Marc

Neural Information Processing Systems

Conditional Density Estimation (CDE) models deal with estimating conditional distributions. The conditions imposed on the distribution are the inputs of the model. CDE is a challenging task as there is a fundamental trade-off between model complexity, representational capacity and overfitting. In this work, we propose to extend the model's input with latent variables and use Gaussian processes (GP) to map this augmented input onto samples from the conditional distribution. Our Bayesian approach allows for the modeling of small datasets, but we also provide the machinery for it to be applied to big data using stochastic variational inference.